interface dot11radio 

This command defines the Wi-Fi interface.

Syntax

# interface dot11radio <number> 
# interface dot11radio <number>
(conf-if-dot11radio <number>)# mfp

Command

Description

mfp {disabled |optional |required}

The device supports the IEEE 802.11w-2009 wireless encryption standard, which is based on the 802.11i framework and protects against subtle attacks on wireless LAN (WLAN) management frames (Protection Management Frames / PMF or also known as Management Frame Protection / MFP).

disabled: Disables MFP for the client (default).
optional: Sets MFP only with MFP-supporting clients.
required: clients are allowed to associate only if MFP is negotiated. If the devices do not support MFP, they are not allowed to join the network.

Command Mode

Privileged User

Example

This example defines the Wi-Fi interface.

(config-data)# interface dot11radio 1 

This example enables PMF encryption on the Wi-Fi interface.

(config-data)# interface dot11radio 1 
(conf-if-dot11radio 1)# mfp optional